home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / graphics / crumbl11.zip / README.1ST < prev    next >
Text File  |  1994-05-19  |  3KB  |  115 lines

  1.  
  2.                 CRUMBLER version 1.1b  (c) May 1994
  3.  
  4.                         by
  5.  
  6.                    Carlo Moretti
  7.  
  8.  
  9.                    e-mail:  sis2g19@ganimede.csr.unibo.it
  10.                    or:      einn93_5@cobra.csr.unibo.it
  11.  
  12.              
  13.  
  14.              README.1ST  (1ST INFO)
  15.              ======================
  16.  
  17.  
  18. Crumbler is a dos command line program to create SIRDS and SIS.
  19.  
  20.  
  21. FILES
  22. =====
  23.  
  24. Crumbler 1.1 consists in 14 files:
  25. - CRUMBLER.EXE          (executable file,              109361)
  26. - CRUMBLER.DOC          (documentation file,            20650)
  27. - README.1ST            (this file,                      3385)
  28. - CRUMBLER.MLI          (3DStudio material library,      1256) 
  29. - 256__CRU.TGA          (image map for 3d softwares,     7259)
  30. - 768__CRU.TGA          (image map for 3d softwares,    12827)
  31. - 4096_CRU.TGA          (image map for 3d softwares,    33307)
  32. - 65536CRU.TGA          (image map for 3d softwares,    65554)
  33. - 16384CRU.TGA          (image map for 3d softwares,    65554)
  34. - SOURCE1.TGA           (example file,                2359314)
  35. - SOURCE2.TGA           (example file,                 921618)
  36. - PATTBW01.TGA          (pattern file,                 294930)
  37. - PATTJUP2.TGA          (pattern file,                 294930)
  38. - PATTP000.TGA          (pattern file,                 294930)
  39.  
  40.  
  41. INSTALLATION
  42. ============
  43.  
  44. CRUMBLER needs only 'a lot' of hd space: about 4.5 MegaByte for installation
  45. files and other disk space for each generated stereogram.
  46. Crumbler doesn't need nothing else to work, anyway, if Your CONFIG.SYS has 
  47. a line like this:
  48.  
  49.  SET DEVICE=[path_to_dos]\SMARTDRV.SYS [mem]
  50.  
  51. or in Your AUTOEXEC.BAT there is:
  52.  
  53.  [path_to_Windows]\SMARTDRV.EXE
  54.  
  55. crumbler should be about twice time (or more) faster, 'crumbling' up 
  56. to 20,000 pixel per second.
  57.  
  58. The source and pattern files MUST be in the same directory of the executable
  59. (or in the current directory when You run Crumbler)
  60.  
  61. If You use 3d-Studio, You have to place the files 'XXXXXCRU.TGA' in the 
  62.  
  63.  [path_to_3DStudio]\MAPS\ 
  64.  
  65. directory, and they will be used opening the CRUMBLER.MLI material library,
  66. which You have to place in the
  67.  
  68.  [path_to_3DStudio]\MATLIBS\
  69.  
  70. directory.
  71. You must remember which CRUMBLER.MLI material You use with 3dStudio to 
  72. set the "+dXXX" option properly with CRUMBLER.
  73.  
  74.  
  75. QUICK START
  76. ===========
  77.  
  78. Try typing:
  79.  
  80. > CRUMBLER SOURCE1.TGA OUTPUT1.TGA +pPATTP000 +w128 +d256 +fl
  81.  
  82. and wait a while...
  83. use a Targa file viewer (or convert output) to see the generated stereogram:
  84. this is a SIS (Single Image Stereogram).
  85.  
  86. try also:
  87.  
  88. > CRUMBLER SOURCE2.TGA OUTPUT2.TGA +w100 +d64k +fr
  89. This will creating another stereogram: this is a SIRDS (Single Image 
  90. Random Dot Stereogram).
  91.  
  92. > CRUMBLER SOURCE1.TGA OUTPUT1.TGA +pPATTBW01 +w128 +d256 +s25 +fl +o
  93. this will OVERWRITE the previous created OUTPUT2.TGA file and creates a
  94. black and white SIS, distorcing the source image.
  95.  
  96. > CRUMBLER SOURCE2 CROSSEYE +w96 +d64k +s1 +fc
  97. this creates a kind of 'cross-eyed' SIRDS named CROSSEYE.TGA.
  98.  
  99. Try and experiment the +s values, refer to the help (type 
  100. > CRUMBLER <enter>
  101. for the help) or to the CRUMBLER.DOC file. 
  102.  
  103.  
  104. Now, please, read CRUMBLER.DOC
  105.  
  106.  
  107. For any questions email me at
  108.  
  109.         sis2g19@ganimede.csr.unibo.it
  110. or
  111.         einn93_5@cobra.csr.unibo.it
  112.  
  113.  
  114. ->Carlo<-
  115.